home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / BANYAN.TEC < prev    next >
Text File  |  1992-03-13  |  4KB  |  103 lines

  1. ID:BN Banyan Vines Network setup
  2. Quarterdeck Technical Note #116
  3. by Dan Sweeney
  4. last revision:  18 February 1992
  5.              
  6. Q:   Are Quarterdeck products compatible with Banyan Network Drivers?
  7.  
  8. A:   Yes. In fact, Banyan has published Application Notes certifying QEMM-386 
  9.      and DESQview with Vines.
  10.  
  11. Q:   Can I load the network drivers "High" (in the memory area between 640K 
  12.      and 1024K)?
  13.  
  14. A:   Yes, IF you have EMS 4.0 or EEMS memory using QRAM or an 80386 with QEMM-
  15.      386, you may load Files, Buffers, FCBs, device drivers, and TSR programs 
  16.      as well as Banyan's drivers into the unused areas in high memory, 
  17.      provided you have either one 112K or two 64K "High RAM" regions 
  18.      available.
  19.  
  20. Q:   How do I LOADHI Banyan's network drivers?
  21.  
  22. A:   You can LOADHI the drivers by modifying your network batch file as this 
  23.      example for Ethernet shows:
  24.  
  25.          Banyan Vines workstation users load a program called BAN.EXE, this 
  26.      program is actually a TSR that loads 2 other TSRs, NEBAN (the program 
  27.      loaded varies depending on the network card used) and REDIRALL (the 
  28.      redirector, this may be REDIR3,REDIR4, etc.)
  29.  
  30.      OPTIMIZE may not load BAN.EXE high since it needs a big chunk of memory 
  31.      to initialize itself, but there is a way to split the BANYAN network 
  32.      programs into parts that load separately and have a better chance to be 
  33.      loaded high. 
  34.  
  35.      Make a batch file called START.BAT with the following entries:
  36.  
  37.      C: 
  38.      CD \BAN
  39.      BAN /NC
  40.      NEBAN
  41.      REDIRALL
  42.      Z:LOGIN
  43.  
  44.      and replace the BAN.EXE line in the AUTOEXEC.BAT to @CALL START.BAT then 
  45.      run OPTIMIZE.  The three TSRs will then load separately and OPTIMIZE will 
  46.      have a much better chance to load them all high.  We have succeeded in 
  47.      loading all three high here at Quarterdeck using the Stealth feature of 
  48.      QEMM-386.
  49.  
  50.      The first line, "C:", makes sure that the C: drive is the current drive.  
  51.      The second line "CD \BAN" makes sure that the BANYAN directory is the 
  52.      current directory.  These are necessary since the BANYAN TSRs need to 
  53.      open data files in that directory; otherwise you will get the "Unable to 
  54.      read PCCONFIG.DB" message.  The /NC switch makes BAN load without loading 
  55.      the network card driver and redirector, so you will see a message "no 
  56.      network interface enabled":  the user should ignore this message. 
  57.  
  58. Q:   Are there any special considerations with QEMM-386 and network cards?
  59.  
  60. A:   Yes.  If your network card (such as Token Ring) has a RAM buffer, you 
  61.      should exclude it from QEMM so that other memory is not mapped over the 
  62.      RAM buffer address.  For more information on this subject, obtain 
  63.      TOKEN.TEC from Quarterdeck's Technical Support Department.
  64.  
  65. Q:   Do I have to do anything special to run DESQview with Vines or 
  66.      Grapevines?
  67.  
  68. A:   Some PC compatibles require a parameter when starting DESQview.  The 
  69.      symptom is that when a 25th line message is received the system will 
  70.      hang.  If this happens to you, first determine what IRQ your network card 
  71.      is set at.  The example given is for an Ethernet card set on IRQ 3.
  72.  
  73.           DV /HW:0B:U
  74.           
  75.      The /HW stands for hardware IRQ, the :0B represents IRQ 3.  0C would 
  76.      stand for IRQ 4, 0D would stand for IRQ 5.  The 0 is a ZERO, not an O.  
  77.      The :U stands for unmask. 
  78.  
  79.  
  80.   ************************************************************************
  81.   *This technical note may be copied and distributed freely as long as it*
  82.   *is distributed in its entirety and it is not distributed for profit.  *
  83.   *         Copyright (C) 1990-2 by Quarterdeck Office Systems           *
  84.   ************************ E N D   O F   F I L E *************************
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.